Click or drag to resize

ServiceCopyItem Method (ItemId, StandardFolder)

Copies an item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemInfoResponse CopyItem(
	ItemId itemId,
	StandardFolder standardFolder
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to copy.
standardFolder
Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to copy the items to.

Return Value

Type: ItemInfoResponse
Copy operation result.
See Also